home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Amiga
/
World of Amiga.iso
/
archive
/
3d
/
radiance_bin.lha
/
bin
/
ra_iff
< prev
next >
Wrap
AmigaDOS Script File
|
1991-12-11
|
257b
|
13 lines
.key -E/K,-G/K,PIC/A,IFF
.bra {
.ket }
if "{IFF}" eq ""
set ilbmfile RAM:{PIC}.iff
else
set ilbmfile {IFF}
endif
RAY:bin/ra_qrt -e {-E$-0} -g {-G$2.2} {PIC}.pic T:{PIC}.qrt
RAY:bin/dumptoiff T:{PIC}.qrt $ilbmfile
Delete >NIL: T:{PIC}.qrt
unset ilbmfile